home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / Mesa-2.2 / widgets-mesa / config.status < prev    next >
Encoding:
Text File  |  1997-01-31  |  4.6 KB  |  149 lines

  1. #! /bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host cyberia.cfdrc.com:
  6. #
  7. # ./configure  --with-motif
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11.  
  12. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  13. for ac_option
  14. do
  15.   case "$ac_option" in
  16.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17.     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --with-motif --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} ./configure  --with-motif --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.10"
  21.     exit 0 ;;
  22.   -help | --help | --hel | --he | --h)
  23.     echo "$ac_cs_usage"; exit 0 ;;
  24.   *) echo "$ac_cs_usage"; exit 1 ;;
  25.   esac
  26. done
  27.  
  28. ac_given_srcdir=.
  29. ac_given_INSTALL="/usr/bin/install -c"
  30.  
  31. trap 'rm -fr Makefile src/Makefile include/GL/Makefile
  32.            demos/Makefile man/Makefile conftest*; exit 1' 1 2 15
  33.  
  34. # Protect against being on the right side of a sed subst in config.status.
  35. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  36.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  37. /^[     ]*VPATH[     ]*=[^:]*$/d
  38.  
  39. s%@CFLAGS@%-g -O%g
  40. s%@CPPFLAGS@%%g
  41. s%@CXXFLAGS@%%g
  42. s%@DEFS@% -DHAVE_XMU=1 -DHAVE_XAW=1 -DSTDC_HEADERS=1 -DHAVE_STRCHR=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 %g
  43. s%@LDFLAGS@%%g
  44. s%@LIBS@%%g
  45. s%@exec_prefix@%${prefix}%g
  46. s%@prefix@%/usr/local%g
  47. s%@program_transform_name@%s,x,x,%g
  48. s%@bindir@%${exec_prefix}/bin%g
  49. s%@sbindir@%${exec_prefix}/sbin%g
  50. s%@libexecdir@%${exec_prefix}/libexec%g
  51. s%@datadir@%${prefix}/share%g
  52. s%@sysconfdir@%${prefix}/etc%g
  53. s%@sharedstatedir@%${prefix}/com%g
  54. s%@localstatedir@%${prefix}/var%g
  55. s%@libdir@%${exec_prefix}/lib%g
  56. s%@includedir@%${prefix}/include%g
  57. s%@oldincludedir@%/usr/include%g
  58. s%@infodir@%${prefix}/info%g
  59. s%@mandir@%${prefix}/man%g
  60. s%@host@%i586-unknown-linux%g
  61. s%@host_alias@%i586-unknown-linux%g
  62. s%@host_cpu@%i586%g
  63. s%@host_vendor@%unknown%g
  64. s%@host_os@%linux%g
  65. s%@INSTALL_PROGRAM@%${INSTALL}%g
  66. s%@INSTALL_DATA@%${INSTALL} -m 644%g
  67. s%@LN_S@%ln -s%g
  68. s%@POD2MAN@%pod2man%g
  69. s%@POD2HTML@%pod2html%g
  70. s%@RANLIB@%ranlib%g
  71. s%@ARFLAGS@%ruv%g
  72. s%@SYS_CFLAGS@% -pipe -Wall -DSHM%g
  73. s%@SYS_LDFLAGS@%%g
  74. s%@CC@%gcc%g
  75. s%@CPP@%gcc -E%g
  76. s%@X_CFLAGS@% -I/usr/X11R6/include%g
  77. s%@X_PRE_LIBS@% -lSM -lICE%g
  78. s%@X_LIBS@% -L/usr/X11R6/lib%g
  79. s%@X_EXTRA_LIBS@%%g
  80. s%@HAVE_XMU@%%g
  81. s%@XMU_LIB@%-lXmu%g
  82. s%@HAVE_XAW@%%g
  83. s%@XAW_LIB@%-lXaw%g
  84. s%@XAW_DEMOS@%cube mcube ed tea%g
  85. s%@MOTIF_OBJS@%GLwMDrawingArea.o GLwCreateMDrawingArea.o                         MesaMDrawingArea.o GLwMMakeCurrent.o                         MesaMWorkstation.o%g
  86. s%@MOTIF_DEMOS@%%g
  87. s%@mesa_srcdir@%/usr/people/jvz/Mesa-2.2%g
  88.  
  89. CEOF
  90.  
  91. CONFIG_FILES=${CONFIG_FILES-"Makefile src/Makefile include/GL/Makefile
  92.            demos/Makefile man/Makefile"}
  93. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  94.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  95.   case "$ac_file" in
  96.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  97.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  98.   *) ac_file_in="${ac_file}.in" ;;
  99.   esac
  100.  
  101.   # Adjust relative srcdir, etc. for subdirectories.
  102.  
  103.   # Remove last slash and all that follows it.  Not all systems have dirname.
  104.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  105.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  106.     # The file is in a subdirectory.
  107.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  108.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  109.     # A "../" for each directory in $ac_dir_suffix.
  110.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  111.   else
  112.     ac_dir_suffix= ac_dots=
  113.   fi
  114.  
  115.   case "$ac_given_srcdir" in
  116.   .)  srcdir=.
  117.       if test -z "$ac_dots"; then top_srcdir=.
  118.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  119.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  120.   *) # Relative path.
  121.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  122.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  123.   esac
  124.  
  125.   case "$ac_given_INSTALL" in
  126.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  127.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  128.   esac
  129.   echo creating "$ac_file"
  130.   rm -f "$ac_file"
  131.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  132.   case "$ac_file" in
  133.   *Makefile*) ac_comsub="1i\\
  134. # $configure_input" ;;
  135.   *) ac_comsub= ;;
  136.   esac
  137.   sed -e "$ac_comsub
  138. s%@configure_input@%$configure_input%g
  139. s%@srcdir@%$srcdir%g
  140. s%@top_srcdir@%$top_srcdir%g
  141. s%@INSTALL@%$INSTALL%g
  142. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  143. fi; done
  144. rm -f conftest.subs
  145.  
  146.  
  147.  
  148. exit 0
  149.